home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 566
- Top = 163
- Width = 351
- Height = 242
- Caption = 'Automation Client'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object SendButton: TButton
- Left = 94
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Send'
- Default = True
- TabOrder = 0
- OnClick = SendButtonClick
- end
- object CloseButton: TButton
- Left = 254
- Top = 40
- Width = 75
- Height = 25
- Caption = 'E&xit'
- TabOrder = 1
- OnClick = CloseButtonClick
- end
- object ClearButton: TButton
- Left = 174
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Clear'
- TabOrder = 2
- OnClick = ClearButtonClick
- end
- object Edit: TEdit
- Left = 16
- Top = 8
- Width = 313
- Height = 21
- TabOrder = 3
- end
- object Memo: TMemo
- Left = 8
- Top = 72
- Width = 321
- Height = 137
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 4
- end
- end
-